Spread Silverlight Documentation
RemoveAt Method (ICalcStorage<TKey,TValue>)


GrapeCity.CalcEngine Namespace > ICalcStorage<TKey,TValue> Interface : RemoveAt Method
The id.
Removes items at the specified id.
Syntax
'Declaration
 
Sub RemoveAt( _
   ByVal id As TKey _
) 
'Usage
 
Dim instance As ICalcStorage(Of TKey,TValue)
Dim id As TKey
 
instance.RemoveAt(id)
void RemoveAt( 
   TKey id
)

Parameters

id
The id.
See Also

Reference

ICalcStorage<TKey,TValue> Interface
ICalcStorage<TKey,TValue> Members